SftTree/OCX 7.0

SftTreeCell.BackColorOrientation Property

Softel vdm, Inc.

Defines the cell's background gradient fill orientation.

Syntax       

 

Get

VB.NET

Style = object.BackColorOrientation  As SftTreeOrientationDefaultConstants

VB

Style = object.BackColorOrientation  As SftTreeOrientationDefaultConstants

C#.NET

SftTreeOrientationDefaultConstants Style = object.BackColorOrientation;

VC++

enum SftTreeOrientationDefaultConstants Style = object->BackColorOrientation;
enum SftTreeOrientationDefaultConstants Style = object->GetBackColorOrientation();

C

HRESULT object->get_BackColorOrientation(enum SftTreeOrientationDefaultConstants* Style);

Delphi

Style := object.BackColorOrientation  : TOleEnum;

Put

VB.NET

object.BackColorOrientation = Style  As SftTreeOrientationDefaultConstants

VB

object.BackColorOrientation = Style  As SftTreeOrientationDefaultConstants

C#.NET

SftTreeOrientationDefaultConstants object.BackColorOrientation = Style;

VC++

enum SftTreeOrientationDefaultConstants object->BackColorOrientation = Style;
void object->PutBackColorOrientation(enum SftTreeOrientationDefaultConstants Style);

C

HRESULT object->put_BackColorOrientation(enum SftTreeOrientationDefaultConstants Style);

Delphi

object.BackColorOrientation := Style  : TOleEnum;

object

A SftTreeCell object.

Style

Defines the cell's background gradient fill orientation.

Name

Value

Description

defaultOrientationSftTree

-1

(Default) - The default orientation defined using Column.BackColorOrientation is used.

horizontalDefaultOrientationSftTree

0

Horizontal - The gradient fill orientation is horizontal, starting at the left using Cell.BackColor and ending at the right edge of the cell using Cell.BackColorEnd (reversed when using RightToLeft rendering).

verticalDefaultOrientationSftTree

1

Vertical - The gradient fill orientation is vertical, starting at the top using Cell.BackColor and ending at the bottom edge of the cell using Cell.BackColorEnd.

Comments

The BackColorOrientation property defines the cell's background gradient fill orientation.

See Also  SftTreeCell Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com